Models for openBVE--F40PH,F40PHrev(reverse facing),coalcar and coach

The beautiful F40PH was created by Oskari Saarekis
The mediocre coal car and coach are mine,and can be used in routes.
      Michael Goetz mcg2h@yahoo.com                                                                                                                                
                                                                                                                                            
Use of the models (at present) is explained at the openBVE forum at this address:
       http://openbve.freeforums.org/extensions-for-existing-bve-trains-like-exterior-t133.html

Or read it here :

Inside the F40PH folder, create a file called extensions.cfg and please follow openBVE's move of saving text files in Unicode (e.g. UTF-8) with a byte order mark.
Code:
[exterior]
0 = F40PH.csv
1 = coach.csv
2 = coach.csv
3 = coach.csv

The object files can be CSV, B3D or X and need to be specified relative to the train folder. There should be as many entries as the train has cars, which is configured in the train.dat in the following locations:
Code:
#CAR
120
1  ; number of motor cars
39
3  ; number of trailer cars
17  ;models in this folder are 17 meters long
1
Add the number of motor and trailer cars to arrive at 4 cars for this example, meaning that you should specify 4 entries in the [exterior] section (as demonstrated), using indices 0 as the front car up to index N-1 as the last car (where N is the number of cars).
